Returns the internal number of the current Office version.
現行バージョンの Office について、そのインターナルナンバーを返します。
s = GetSolarVersion
s = GetSolarVersion
String
文字列
Sub ExampleGetSolarVersion
Sub ExampleGetSolarVersion
Dim sSep As String
Dim sSep As String
sSep = GetSolarVersion
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
MsgBox sSep,64,"Version number of the solar technology"
End Sub
End Sub